projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30e2b73
)
[XEND] Remove misleading debugging message
author
Alastair Tse
<atse@xensource.com>
Thu, 5 Oct 2006 16:29:20 +0000
(17:29 +0100)
committer
Alastair Tse
<atse@xensource.com>
Thu, 5 Oct 2006 16:29:20 +0000
(17:29 +0100)
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=732
Signed-off-by: Alastair Tse <atse@xensource.com>
tools/python/xen/util/blkif.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/util/blkif.py
b/tools/python/xen/util/blkif.py
index c9a9dc9e6abc93fd4e9473fc5e7739c6bebf2677..ba42d826ccb33b7aa31360386f055d5ac3baec6b 100644
(file)
--- a/
tools/python/xen/util/blkif.py
+++ b/
tools/python/xen/util/blkif.py
@@
-21,7
+21,6
@@
def blkdev_name_to_number(name):
try:
return os.stat(n).st_rdev
except Exception, ex:
- log.debug("exception looking up device number for %s: %s", name, ex)
pass
if re.match( '/dev/sd[a-p]([1-9]|1[0-5])?', n):